runtime.stringStruct.str (field)
9 uses
runtime (current package)
alg.go#L104: return memhashFallback(x.str, h, uintptr(x.len))
arena.go#L150: v = stringStructOf((*string)(e.data)).str
cgocall.go#L706: if !cgoIsGoPointer(ss.str) {
cgocall.go#L709: if !top && !isPinned(ss.str) {
debuglog.go#L732: str: unsafe.Pointer(ptr),
print.go#L23: rp.array = sp.str
string.go#L291: str unsafe.Pointer
string.go#L544: ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
tracestring.go#L30: id, added := t.tab.put(ss.str, uintptr(ss.len))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |